home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1574 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: news.bridge.net!news
  2. From: David Byrden <100101.2547@compuserve.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: What about VC++ 4.0
  5. Date: 11 Jan 1996 18:54:49 GMT
  6. Organization: self-employed
  7. Message-ID: <4d3mdp$d9m@news.bridge.net>
  8. References: <4d0oen$bei@serv.hinet.net>
  9. NNTP-Posting-Host: ppp-mia1-65.bridge.net
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  14.  
  15.  
  16. Andrew;
  17.  
  18. >>  does [VC4] obey the rules described in ARM? 
  19.  
  20. Well, I hope not. I hope they are reading the draft C++ standard
  21. instead of the ARM. Thousands of changes to the definition of
  22. C++ have been made since that book was published.
  23.  
  24. But does VC4 obey the draft standard? Well, it IS only an
  25. unfinished draft at this stage. But, I must say, there are
  26. other compilers that manage to get closer to it. For example,
  27. template members, and exception specification lists are not
  28. supported in VC4.
  29.  
  30. >> Does it really(seriously) support template & STL???
  31.  
  32. Again, it is not perfect, and some compilers do better. But
  33. you can buy a third-party STL implementation that will work
  34. well with it. There is an STL provided with it, but that
  35. is freeware and has some incompatibilities.
  36.  
  37.  
  38. >> And more, does it has any know compiler bug?
  39.  
  40. Oh, yes, even in the code generation there are some; luckily
  41. they are not show-stoppers. The development tools such as
  42. thebrowser have themostannoying bugs. MS have a bug list which 
  43. they publish in their Knowledge Base, available on Compuserve.
  44.  
  45.  
  46.     David
  47.  
  48.  
  49.